b6f0571f0b
^KT-64243
10 lines
146 B
Kotlin
Vendored
10 lines
146 B
Kotlin
Vendored
package lowlevel
|
|
|
|
if (true) {
|
|
class MyClas<caret>s {
|
|
fun function(i: Int) = i
|
|
val property = function(1)
|
|
}
|
|
}
|
|
|
|
fun foo() {} |