Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
21de67cac1bef9259daa407b68a12e178923aef3
/
.
/
compiler
/
testData
/
codegen
/
box
/
classes
/
kt1134.kt
blob: e6028e21e95711776db43316b651f3d27bbfbf82 [
file
]
// TODO: Enable when JS backend supports Java class library
// IGNORE_BACKEND: JS
public
class
SomeClass
()
:
java
.
lang
.
Object
()
{
}
public
fun box
():
String
{
System
.
out
?.
println
(
SomeClass
().
getClass
())
return
"OK"
}