Kotlin for Enterprise Applications using Java EE
上QQ阅读APP看书,第一时间看更新

Warnings

If we have created a variable and not used it, or if we forget to initialize a variable, we will get warnings, which can be useful to prevent errors. Kotlin provides many such warnings during compile time to avoid possible runtime errors. This increases program reliability.