Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
847a2ced07911ac5a943ed41390d054d0e81aa1f
/
.
/
plugins
/
plugin-sandbox
/
testData
/
box
/
extendsJava.kt
blob: 30d96ef6de2f2511c4a932a61c91ba1765fe2cf5 [
file
]
// TARGET_BACKEND: JVM_IR
// FULL_JDK
import
java
.
io
.
File
;
class
A
:
File
(
"A"
)
fun foo
():
A
=
TODO
()
fun box
()
=
"OK"