Minor: move local lateinit tests to lateinit/local
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// !LANGUAGE: +LateinitLocalVariables
|
||||
|
||||
fun test() {
|
||||
lateinit var s: String
|
||||
s = ""
|
||||
s.length
|
||||
}
|
||||
Reference in New Issue
Block a user