[KAPT] Correct type for property with accessor
^KT-39060 Fixed
This commit is contained in:
@@ -38,6 +38,11 @@ public final class NonExistentType {
|
||||
return null;
|
||||
}
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public final Foo getFoo() {
|
||||
return null;
|
||||
}
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public final ABCDEF a(@org.jetbrains.annotations.NotNull()
|
||||
ABCDEF a, @org.jetbrains.annotations.NotNull()
|
||||
|
||||
Reference in New Issue
Block a user