blob: b18f385fdab4ce36ecc5dd5f86da895321aeaa77 [file] [log] [blame]
//ALLOW_AST_ACCESS
package test
class ClassVal() {
val aa = { 1 }()
}