fd5aea7c14
Remove meaningless assertion Add comment to NotStorePropertyFromDelegate test
10 lines
108 B
Kotlin
10 lines
108 B
Kotlin
class Test() {
|
|
val test = 12;
|
|
{
|
|
for (i in 0..12) {
|
|
}
|
|
}
|
|
fun more() {
|
|
}
|
|
}
|