b40a888f1d
#KT-35093 Fixed #KT-35106 Fixed
11 lines
177 B
Plaintext
Vendored
11 lines
177 B
Plaintext
Vendored
// My: to be implemented
|
|
// DISABLE-ERRORS
|
|
|
|
annotation class CommonAnnotation
|
|
expect class My {
|
|
tailrec fun foo(arg: Int): Int
|
|
|
|
@CommonAnnotation
|
|
fun initialize()
|
|
|
|
} |