Kotlin 1.0 Beta 4 发布,主要更新集中在以下几方面: Improved incremental compilation (Experimental)LanguageLibrary changesWhat’s new in the IDEQuick-fix for renaming unresolved references was added. It’s handy for adjusting symbols’ names when pasting some code to a different context:
 Now the IDE lets you create functions from unresolved callable references:
 Go to Test and Create Test actions now work for top-level functions:

Convert anonymous function to lambda expression intention has been added
 Go to class and Search everywhere now show Kotlin built-in types

In debugger: option ‘Skip simple getters’ is now supported, which means that debugger won’t stop at properties defined in constructors, properties without getters or whose getters that return the value of some field
完整更新请看:here,发行说明 Kotlin 是一个基于 JVM 的新的编程语言,由 JetBrains 开发。 其主要设计目标: |