Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
2b455fc1ba7dcb99fa03fdfc31c7672d6ccfc9fd
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLib
/
externalInterfaceClassLiteral.kt
blob: 66babc56ff7e8c500a07725575c3a4cd6e79c319 [
file
]
// FIR_IDENTICAL
// ISSUE: KT-57822
external
interface
Foo
fun bar
()
{
foo
()::
class
.
simpleName
}
external fun foo
():
Foo