Sign in
◑
Theme
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
5ce0cc440bb5e10c20ee8894ed56ab40b993f485
/
.
/
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"