val test1: Int /* by */ field = lazy(initializer = local fun (): Int { return 42 } ) get(): Int { return #test1$delegate.getValue(thisRef = null, property = ::test1) } open annotation class Ann : Annotation { constructor() /* primary */ { super/*Any*/() /* () */ } }