[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:
strangepleasures
2024-02-09 15:41:37 +00:00
committed by Space Team
parent c5e6197690
commit 9688c3e761
103 changed files with 2128 additions and 845 deletions
@@ -31,10 +31,13 @@
public final class Foo {
@org.jetbrains.annotations.NotNull()
private final kotlin.Lazy<java.lang.Runnable> foo$delegate = null;
@org.jetbrains.annotations.NotNull()
private final kotlin.Lazy<java.lang.Object> bar$delegate = null;
@org.jetbrains.annotations.NotNull()
private final kotlin.Lazy<java.lang.Object> baz$delegate = null;
@org.jetbrains.annotations.NotNull()
private final kotlin.Lazy<GenericIntf<java.lang.CharSequence>> generic1$delegate = null;
@@ -59,8 +62,8 @@ public final class Foo {
}
}
////////////////////
////////////////////
/**
* public abstract interface GenericIntf<T#0 (* T *)> : kotlin/Any {
@@ -72,8 +75,8 @@ public final class Foo {
public abstract interface GenericIntf<T extends java.lang.Object> {
}
////////////////////
////////////////////
/**
* public abstract interface Intf : kotlin/Any {