Non-canonical modifiers order: do not highlight annotation
#KT-29238 Fixed
This commit is contained in:
committed by
Mikhail Glukhikh
parent
0075e90042
commit
de7adf55ff
@@ -0,0 +1,5 @@
|
||||
// PROBLEM: none
|
||||
annotation class Ann
|
||||
|
||||
<caret>@Ann
|
||||
abstract internal class Test
|
||||
@@ -0,0 +1,4 @@
|
||||
// PROBLEM: none
|
||||
annotation class Test
|
||||
|
||||
internal abstract <caret>@Test /* this is a test */ class MyTest
|
||||
Reference in New Issue
Block a user