Deprecate escaped modifiers and unescaped annotations
This commit is contained in:
Vendored
+2
-2
@@ -1,7 +1,7 @@
|
||||
// !DIAGNOSTICS: -UNUSED_PARAMETER
|
||||
|
||||
nativeInvoke
|
||||
@nativeInvoke
|
||||
fun Int.ext() = 1
|
||||
|
||||
nativeInvoke
|
||||
@nativeInvoke
|
||||
fun Int.invoke(a: String, b: Int) = "OK"
|
||||
|
||||
Reference in New Issue
Block a user