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