Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
161333d3e7d13dd98386fe346a71a07eadfe4756
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLib
/
externalInterfaceClassLiteral.kt
blob: 33f8643b7302b54a9040da067f297e59c4867f47 [
file
]
// RUN_PIPELINE_TILL: BACKEND
// ISSUE: KT-57822
external
interface
Foo
fun bar
()
{
foo
()::
class
.
simpleName
}
external fun foo
():
Foo