Files
kotlin-fork/compiler/testData/diagnostics/tests/testsWithExplicitApi/toplevel.fir.kt
T

13 lines
135 B
Kotlin
Vendored

// SKIP_TXT
/**
* foo KDoc
*/
fun foo() {}
public fun foo2() {}
fun bar() = 10
public fun bar2() = 10
public fun bar3(): Int = 10