10 lines
117 B
Kotlin
Vendored
10 lines
117 B
Kotlin
Vendored
package a.b.c.topLevelMembersAnnotated
|
|
|
|
import d.e.f.*
|
|
|
|
a b val i: Int = 0
|
|
|
|
a b fun f(@a @b p1: C): Int = 0
|
|
|
|
|
|
class C |