Fix script properties kind in modifier checker #KT-18234 Fixed

This commit is contained in:
Mikhail Glukhikh
2017-06-01 11:11:07 +03:00
committed by Mikhail Glukhikh
parent 29f25ebeb9
commit ecfc2236a6
7 changed files with 46 additions and 2 deletions
@@ -0,0 +1,5 @@
lateinit var s: String
fun foo() {
s = "Hello"
}