Parse some builtin annotations as modifiers
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
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
interface T
|
||||
class T1(<warning>t</warning>: Int): T
|
||||
|
||||
inline fun <T> run(f: () -> T) = f()
|
||||
<info descr="null">inline</info> fun <T> run(f: () -> T) = f()
|
||||
|
||||
|
||||
class Delegate(<warning>d</warning>: Int) {
|
||||
|
||||
Reference in New Issue
Block a user