9 lines
155 B
Kotlin
Vendored
9 lines
155 B
Kotlin
Vendored
// WITH_FIR_TEST_COMPILER_PLUGIN
|
|
package test
|
|
|
|
@org.jetbrains.kotlin.fir.plugin.DummyFunction
|
|
class Test
|
|
|
|
fun test() {
|
|
<expr>dummyTest</expr>(Test())
|
|
} |