Files
kotlin-fork/idea/testData/stubs/NotStorePropertiesFrom.kt
T
Pavel V. Talanov fd5aea7c14 Refactor: use generated approach for stubs test
Remove meaningless assertion
Add comment to NotStorePropertyFromDelegate test
2014-03-24 17:06:07 +04:00

10 lines
108 B
Kotlin

class Test() {
val test = 12;
{
for (i in 0..12) {
}
}
fun more() {
}
}