JS: prohibit external fun interface

This commit is contained in:
Anton Bannykh
2020-02-18 14:54:35 +03:00
parent f20ed39b92
commit 2742e643c1
4 changed files with 17 additions and 0 deletions
@@ -0,0 +1,3 @@
external fun interface <!WRONG_EXTERNAL_DECLARATION!>I<!> {
fun f()
}