JS introduce marker annotation
This commit is contained in:
committed by
Sergey Mashkov
parent
e2d663b288
commit
e84aa78ac6
@@ -29,3 +29,6 @@ native
|
||||
public annotation class library(public val name: String = "")
|
||||
native
|
||||
public annotation class enumerable()
|
||||
|
||||
native
|
||||
public annotation class marker
|
||||
@@ -5505,7 +5505,7 @@ native trait PseudoElement {
|
||||
}
|
||||
native trait CSS {
|
||||
}
|
||||
native trait UnionHTMLOptGroupElementOrHTMLOptionElement {
|
||||
native marker trait UnionHTMLOptGroupElementOrHTMLOptionElement {
|
||||
}
|
||||
native trait UnionElementOrMouseEvent {
|
||||
native marker trait UnionElementOrMouseEvent {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user