7 lines
69 B
Kotlin
Vendored
7 lines
69 B
Kotlin
Vendored
//ALLOW_AST_ACCESS
|
|
package test
|
|
|
|
class ClassVar() {
|
|
var aa = 1
|
|
}
|