Targeting / retention for a set of standard annotations, some inapplicable annotation checks replaced with target check, some fixed tests
This commit is contained in:
Vendored
+2
-2
@@ -15,8 +15,8 @@ fun foo() {
|
||||
|
||||
@native
|
||||
class B {
|
||||
<!NATIVE_ANNOTATIONS_ALLOWED_ONLY_ON_MEMBER_OR_EXTENSION_FUN!>nativeGetter
|
||||
val foo<!> = 0
|
||||
<!WRONG_ANNOTATION_TARGET!>nativeGetter<!>
|
||||
val foo = 0
|
||||
}
|
||||
|
||||
@native
|
||||
|
||||
Reference in New Issue
Block a user