eaa07dac17
#KT-33930 Fixed
10 lines
176 B
Plaintext
Vendored
10 lines
176 B
Plaintext
Vendored
// My: to be implemented
|
|
// DISABLE-ERRORS
|
|
|
|
annotation class CommonAnnotation
|
|
expect class My {
|
|
tailrec fun foo(arg: Int): Int
|
|
@CommonAnnotation
|
|
fun initialize()
|
|
|
|
} |