Prohibit body for annotation class
#KT-1886 Fixed
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
package js;
|
||||
|
||||
native
|
||||
public annotation class native(name : String = "") {}
|
||||
public annotation class native(name : String = "")
|
||||
native
|
||||
public annotation class library(name : String = "") {}
|
||||
public annotation class library(name : String = "")
|
||||
native
|
||||
public annotation class enumerable() {}
|
||||
public annotation class enumerable()
|
||||
|
||||
Reference in New Issue
Block a user