blob: 141a4ff1dc05ea8583e77e33ec3de7a66a2afddc [file]
// RUN_PIPELINE_TILL: FIR2IR
package foo
import org.jetbrains.kotlin.plugin.sandbox.DummyFunction
@DummyFunction
class MySuperClass {
fun test() {
val s = dummyMySuperClass(this)
takeString(s)
}
}
fun takeString(s: String) {}
/* GENERATED_FIR_TAGS: classDeclaration, functionDeclaration, localProperty, propertyDeclaration, thisExpression */