Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
e5523c196e17d8fdbb5635aa785d6c182ed3f821
/
.
/
compiler
/
testData
/
repl
/
imports.repl
blob: bc92a8fd22c8857c15289f2149e468b30dc5fd35 [
file
] [
log
] [
blame
]
>>>
import
java
.
io
.
ByteArrayOutputStream
>>>
val s
=
ByteArrayOutputStream
()
>>>
s
.
javaClass
!!.
getName
()
java
.
io
.
ByteArrayOutputStream