43858e8169
Rename positioning strategy to better reflect its behavior. #KT-36021 fixed.
13 lines
301 B
Kotlin
Vendored
13 lines
301 B
Kotlin
Vendored
// SKIP_TXT
|
|
|
|
/**
|
|
* foo KDoc
|
|
*/
|
|
<!NO_EXPLICIT_VISIBILITY_IN_API_MODE!>fun foo<!>() {}
|
|
|
|
public fun foo2() {}
|
|
|
|
<!NO_EXPLICIT_VISIBILITY_IN_API_MODE!>fun <!NO_EXPLICIT_RETURN_TYPE_IN_API_MODE!>bar<!><!>() = 10
|
|
public fun <!NO_EXPLICIT_RETURN_TYPE_IN_API_MODE!>bar2<!>() = 10
|
|
public fun bar3(): Int = 10
|