43858e8169
Rename positioning strategy to better reflect its behavior. #KT-36021 fixed.
16 lines
331 B
Kotlin
Vendored
16 lines
331 B
Kotlin
Vendored
// SKIP_TXT
|
|
|
|
public class Bar {
|
|
<!NO_EXPLICIT_VISIBILITY_IN_API_MODE!>companion object<!> {}
|
|
}
|
|
|
|
public class Bar2 {
|
|
<!NO_EXPLICIT_VISIBILITY_IN_API_MODE!>companion object MyCompanion<!> {}
|
|
}
|
|
|
|
public class Bar3 {
|
|
/**
|
|
* Nested object KDoc
|
|
*/
|
|
<!NO_EXPLICIT_VISIBILITY_IN_API_MODE!>object NestedObject<!> {}
|
|
} |