Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
a94a6dc085d3d1f1010ea8bbc9d8754c3aa02b35
/
.
/
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"