Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
fae15b3fc4205675bfb51513d6068f83490926d3
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLib
/
native
/
externalFunInterface.kt
blob: bc9ff0c987a7aefe2c33b763761c7988adaadd2a [
file
] [
log
] [
blame
]
// FIR_IDENTICAL
external fun
interface
<!
WRONG_EXTERNAL_DECLARATION
!>
I
<!>
{
fun f
()
}