Deprecate escaped modifiers and unescaped annotations
This commit is contained in:
+5
-5
@@ -1,13 +1,13 @@
|
||||
nativeInvoke
|
||||
@nativeInvoke
|
||||
fun String.foo(): Int
|
||||
nativeInvoke
|
||||
@nativeInvoke
|
||||
fun String.bar(): Int = noImpl
|
||||
|
||||
|
||||
native
|
||||
@native
|
||||
object O {
|
||||
nativeInvoke
|
||||
@nativeInvoke
|
||||
fun foo()
|
||||
nativeInvoke
|
||||
@nativeInvoke
|
||||
fun bar() {}
|
||||
}
|
||||
Reference in New Issue
Block a user