[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
+6
-7
@@ -34,8 +34,8 @@ public final class B implements NonExisting {
|
||||
}
|
||||
}
|
||||
|
||||
////////////////////
|
||||
|
||||
////////////////////
|
||||
|
||||
/**
|
||||
* public open class C : kotlin/Any {
|
||||
@@ -54,8 +54,8 @@ public class C {
|
||||
}
|
||||
}
|
||||
|
||||
////////////////////
|
||||
|
||||
////////////////////
|
||||
|
||||
/**
|
||||
* public final class D : I {
|
||||
@@ -75,8 +75,8 @@ public final class D implements I {
|
||||
}
|
||||
}
|
||||
|
||||
////////////////////
|
||||
|
||||
////////////////////
|
||||
|
||||
/**
|
||||
* public final class E : error/NonExistentClass {
|
||||
@@ -96,8 +96,8 @@ public final class E implements NonExisting {
|
||||
}
|
||||
}
|
||||
|
||||
////////////////////
|
||||
|
||||
////////////////////
|
||||
|
||||
/**
|
||||
* public abstract interface I : kotlin/Any {
|
||||
@@ -109,8 +109,8 @@ public final class E implements NonExisting {
|
||||
public abstract interface I {
|
||||
}
|
||||
|
||||
////////////////////
|
||||
|
||||
////////////////////
|
||||
|
||||
/**
|
||||
* package {
|
||||
@@ -125,8 +125,7 @@ public abstract interface I {
|
||||
public final class UnresolvedDelegateExpressionKt {
|
||||
|
||||
@org.jetbrains.annotations.NotNull()
|
||||
public static final java.lang.String flaf(@org.jetbrains.annotations.NotNull()
|
||||
C $this$flaf) {
|
||||
public static final java.lang.String flaf(@org.jetbrains.annotations.NotNull() C $this$flaf) {
|
||||
return null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user