[KAPT] Improve stub formatting; check raw stubs in tests
Merge-request: KT-MR-14244 Merged-by: Pavel Mikhailovskii <Pavel.Mikhailovskii@jetbrains.com>
This commit is contained in:
committed by
Space Team
parent
c5e6197690
commit
9688c3e761
+19
@@ -0,0 +1,19 @@
|
||||
public enum Foo {
|
||||
BLA;
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
private final java.lang.String bla = null;
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public final java.lang.String getBla() {
|
||||
return null;
|
||||
}
|
||||
|
||||
Foo(java.lang.String bla) {
|
||||
}
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static kotlin.enums.EnumEntries<Foo> getEntries() {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user