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