Prohibited @Strictfp annotation on classes (it's not supported yet), Fix for KT-11109: Strictfp annotation do nothing when applied to class
#KT-11109 Fixed
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<!WRONG_ANNOTATION_TARGET!>@kotlin.jvm.Strictfp<!> class A {
|
||||
|
||||
}
|
||||
|
||||
<!WRONG_ANNOTATION_TARGET!>@kotlin.jvm.Strictfp<!> object B {
|
||||
|
||||
}
|
||||
|
||||
<!WRONG_ANNOTATION_TARGET!>@kotlin.jvm.Strictfp<!> interface C {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user