Allow 'lateinit' modifier on local variables
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
fun test() {
|
||||
lateinit var s: String
|
||||
s = ""
|
||||
s.length
|
||||
}
|
||||
+3
@@ -0,0 +1,3 @@
|
||||
package
|
||||
|
||||
public fun test(): kotlin.Unit
|
||||
Reference in New Issue
Block a user