[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
+3
-5
@@ -20,8 +20,7 @@ public abstract class Cls {
|
||||
super();
|
||||
}
|
||||
|
||||
public abstract void foo(@org.jetbrains.annotations.NotNull()
|
||||
java.lang.String abc);
|
||||
public abstract void foo(@org.jetbrains.annotations.NotNull() java.lang.String abc);
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public final java.lang.String bar(int bcd) {
|
||||
@@ -29,8 +28,8 @@ public abstract class Cls {
|
||||
}
|
||||
}
|
||||
|
||||
////////////////////
|
||||
|
||||
////////////////////
|
||||
|
||||
/**
|
||||
* public abstract interface Intf : kotlin/Any {
|
||||
@@ -47,8 +46,7 @@ public abstract class Cls {
|
||||
@kotlin.Metadata()
|
||||
public abstract interface Intf {
|
||||
|
||||
public abstract void foo(@org.jetbrains.annotations.NotNull()
|
||||
java.lang.String abc);
|
||||
public abstract void foo(@org.jetbrains.annotations.NotNull() java.lang.String abc);
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public default java.lang.String bar(int bcd) {
|
||||
|
||||
Reference in New Issue
Block a user