blob: a9c964b29e859933ee267edc65a0226657133b64 [file]
package one/* anchor --> */
/* anchor --> */class A /* anchor --> */constructor(/* anchor --> */a: Int/* <-- */)/* <-- */ {
/* anchor --> */fun boo() {
fun bar() {
}
}/* <-- */
/* anchor --> */val i: Int = 42/* <-- */
/* anchor --> */init {
fun foo() {
}
}/* <-- */
}/* <-- */
/* <-- */