Kotlin 1.0 Beta 2 发布,此版本主要是 bug 修复和标准库方面的改进。 此外还有 IDE 方面的改进: Completion now works for Java static members and members of objects. Just press Ctrl+Space for the second time:
 Completion inside string templates has been added. For using it type "$name."
 Now we can choose exact position of a breakpoint while debugging expressions with lambdas:
 And finally, a bunch of intention actions have been added for importing Java statics, object members and enum entries. And there is an analogous one to*-import static members from Java classes or entries from enum classes

更多内容请看发行说明。 Kotlin 是一个基于 JVM 的新的编程语言,由 JetBrains 开发。 其主要设计目标: |