68dec99ad7
#KT-8389 Fixed
8 lines
133 B
Kotlin
Vendored
8 lines
133 B
Kotlin
Vendored
import java.io.Serializable
|
|
|
|
public class Test : Serializable {
|
|
companion object {
|
|
val clazz = javaClass<Test>()
|
|
}
|
|
|
|
} |