fc447e2d2f
But still resolve them as annotations. Mostly it's needed as begin of migration path, one day they become modifiers anyway Some tests are dropped because they supposed that `annotation` should have parameter
45 lines
712 B
Kotlin
Vendored
45 lines
712 B
Kotlin
Vendored
class Some {
|
|
var a : Int
|
|
<caret>
|
|
}
|
|
|
|
// EXIST: abstract
|
|
// EXIST: by
|
|
// EXIST: class
|
|
// EXIST: enum
|
|
// EXIST: final
|
|
// EXIST: fun
|
|
// EXIST: get
|
|
// EXIST: in
|
|
/*why?*/
|
|
// EXIST: inner
|
|
// EXIST: internal
|
|
// EXIST: object
|
|
// EXIST: open
|
|
// EXIST: out
|
|
/*why?*/
|
|
// EXIST: reified
|
|
/*why?*/
|
|
// EXIST: override
|
|
// EXIST: private
|
|
// EXIST: protected
|
|
// EXIST: public
|
|
// EXIST: set
|
|
// EXIST: interface
|
|
// EXIST: val
|
|
// EXIST: var
|
|
// EXIST: vararg
|
|
/*why?*/
|
|
// EXIST: constructor
|
|
// EXIST: init
|
|
// EXIST: companion object
|
|
// EXIST: sealed
|
|
// EXIST: lateinit
|
|
// EXIST: data
|
|
// EXIST: inline
|
|
// EXIST: noinline
|
|
// EXIST: tailrec
|
|
// EXIST: external
|
|
// EXIST: annotation
|
|
// NOTHING_ELSE
|