13 lines
135 B
Kotlin
Vendored
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
|