7 lines
75 B
Kotlin
Vendored
7 lines
75 B
Kotlin
Vendored
//ALLOW_AST_ACCESS
|
|
package test
|
|
|
|
class ClassVal() {
|
|
val aa = { 1 }()
|
|
}
|