Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
67ac90ce0868ee0c9cd08d72460f16efecded549
/
.
/
compiler
/
testData
/
diagnostics
/
testsWithJsStdLib
/
native
/
externalFunInterface.kt
blob: e7019d194719f2c1d0c15f3fe8481964583e379b [
file
]
// RUN_PIPELINE_TILL: FRONTEND
external fun
interface
<!
WRONG_EXTERNAL_DECLARATION
!>
I
<!>
{
fun f
()
}