7 lines
100 B
Kotlin
Vendored
7 lines
100 B
Kotlin
Vendored
//ALLOW_AST_ACCESS
|
|
package test
|
|
|
|
public class FinalFieldAsVal() {
|
|
public val f: Int = { 1 }()
|
|
}
|