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
|
|
var some: Boolean
|
|
fun initialize()
|
|
|
|
} |