mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 00:21:28 +00:00
Blacklist some common-used Java and Kotlin annotations instead (like Deprecated, Nullable or Metadata).
(cherry picked from commit 6856a7c)
8 lines
79 B
Kotlin
Vendored
8 lines
79 B
Kotlin
Vendored
package test
|
|
|
|
annotation class Anno
|
|
|
|
@Anno
|
|
class MyClass
|
|
|
|
interface MyInterface |