mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 08:31:26 +00:00
default -> companion: replace all mentions of default and default object
This commit is contained in:
@@ -3,7 +3,7 @@ package test
|
||||
import kotlin.platform.platformStatic
|
||||
|
||||
class PlatformStaticClass {
|
||||
default object {
|
||||
companion object {
|
||||
platformStatic
|
||||
fun inClassObject<T>() {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user