mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-16 00:21:32 +00:00
Blacklist some common-used Java and Kotlin annotations instead (like Deprecated, Nullable or Metadata).
(cherry picked from commit 6856a7c)
7 lines
85 B
Kotlin
Vendored
7 lines
85 B
Kotlin
Vendored
annotation class Anno
|
|
|
|
@Anno
|
|
class Test {
|
|
fun a(): Int = 5
|
|
fun b(): Unit {}
|
|
} |