mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-08 15:53:19 +00:00
Do not annotate private members and their parameters (to save space)
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
public final class Synthetic implements jet.JetObject {
|
||||
@org.jetbrains.annotations.NotNull
|
||||
private final void foo() { /* compiled code */ }
|
||||
|
||||
@org.jetbrains.annotations.NotNull
|
||||
|
||||
Reference in New Issue
Block a user