5713298108
#KT-26366 Fixed
13 lines
166 B
Kotlin
Vendored
13 lines
166 B
Kotlin
Vendored
// !USE_EXPERIMENTAL: kotlin.Experimental
|
|
|
|
package test.abc
|
|
|
|
@Experimental
|
|
annotation class E
|
|
|
|
@UseExperimental(test.abc.E::class)
|
|
fun f() {}
|
|
|
|
@test.abc.E
|
|
fun g() {}
|