caae6ff2ec
Forbid underscore-only (_, __, ___, ...) names as callees and as types. If CHECK_TYPE directive is on, filter out UNDERSCORE_USAGE_WITHOUT_BACKTICKS messages.
6 lines
143 B
Kotlin
Vendored
6 lines
143 B
Kotlin
Vendored
package test
|
|
|
|
annotation class `__`(val value: String)
|
|
|
|
@<!UNDERSCORE_USAGE_WITHOUT_BACKTICKS!>__<!>("") class TestAnn
|
|
@`__`("") class TestAnn2 |