Do not add nullability annotations to the methods of anonymous classes
Nullability annotations are useless for the methods of anonymous classes due to their restricted scope. ^KT-62044: Fixed
This commit is contained in:
committed by
Space Team
parent
ed247a3892
commit
29eb1c7a63
@@ -4,7 +4,7 @@ public final class A$b$1 {
|
||||
enclosing method A.<init>()V
|
||||
inner (anonymous) class A$b$1
|
||||
method <init>(): void
|
||||
public @org.jetbrains.annotations.NotNull method get(): java.lang.Double
|
||||
public method get(): java.lang.Double
|
||||
public synthetic bridge method get(): java.lang.Object
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user