7 lines
92 B
Kotlin
Vendored
7 lines
92 B
Kotlin
Vendored
// SKIP_TXT
|
|
// WITH_RUNTIME
|
|
|
|
public class A {
|
|
@PublishedApi
|
|
internal fun foo() = 1
|
|
} |