Prohibit body for annotation class
#KT-1886 Fixed
This commit is contained in:
@@ -4,10 +4,10 @@ package js
|
||||
* This annotation marks code as being a native JavaScript expression
|
||||
*/
|
||||
native
|
||||
annotation class native(name : String = "") {}
|
||||
annotation class native(name : String = "")
|
||||
|
||||
/**
|
||||
* Represents a function in the standard library
|
||||
*/
|
||||
native
|
||||
annotation class library(name : String = "") {}
|
||||
annotation class library(name : String = "")
|
||||
|
||||
Reference in New Issue
Block a user