Do not add nullability annotations to the methods of local classes
Nullability annotations are useless for the methods of local classes due to their restricted scope. ^KT-62513: Fixed
This commit is contained in:
committed by
Space Team
parent
417aa236fb
commit
897eab6b50
+3
-3
@@ -3,11 +3,11 @@ public final class LocalClassWithCapturedParamsKt$localCaptured$A {
|
||||
// source: 'localClassWithCapturedParams.kt'
|
||||
enclosing method LocalClassWithCapturedParamsKt.localCaptured()Ljava/lang/Object;
|
||||
private final field x: int
|
||||
private final @org.jetbrains.annotations.NotNull field z: java.lang.String
|
||||
private final field z: java.lang.String
|
||||
inner (local) class LocalClassWithCapturedParamsKt$localCaptured$A A
|
||||
public method <init>(p0: int, @Simple(value="K") @org.jetbrains.annotations.NotNull p1: java.lang.String): void
|
||||
public method <init>(p0: int, @Simple(value="K") p1: java.lang.String): void
|
||||
public final method getX(): int
|
||||
public final @org.jetbrains.annotations.NotNull method getZ(): java.lang.String
|
||||
public final method getZ(): java.lang.String
|
||||
}
|
||||
|
||||
@kotlin.Metadata
|
||||
|
||||
Reference in New Issue
Block a user