Allow to convert nullable local / top to late-init since version 1.2

Enhancement for KT-12743
This commit is contained in:
Mikhail Glukhikh
2018-11-29 19:45:49 +03:00
parent 4cf266e99f
commit 4e1d8fcfd0
9 changed files with 36 additions and 10 deletions
@@ -0,0 +1,3 @@
fun test() {
lateinit var foo: String
}