Fix for KT-12891: Allow to omit type in local delegated property declaration
#KT-12891 Fixed
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
//WITH_RUNTIME
|
||||
fun box(): String {
|
||||
val x by lazy { "OK" }
|
||||
return x
|
||||
}
|
||||
Reference in New Issue
Block a user