Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
cae7f90b594750d624e94b3325571f4b5ebff2f0
/
.
/
compiler
/
testData
/
compileKotlinAgainstCustomBinaries
/
classFromJdkInLibrary
/
source.kt
blob: 867e5cf7765146ab7b7bc563e9c31278a8f7fa0a [
file
] [
log
] [
blame
]
import
java
.
util
.
Date
fun foo
()
{
Date
.
methodWhichDoesNotExistInJdk
()
}