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