0fea6822c3
Remove useless check and todo. #KT-2717 Fixed #KT-3142 Fixed
7 lines
83 B
Kotlin
7 lines
83 B
Kotlin
class A {
|
|
class object {
|
|
fun foo() = 42
|
|
val bar = "OK"
|
|
}
|
|
}
|