Fixed testdata.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
|
||||
public final class Controller {
|
||||
private @org.jetbrains.annotations.NotNull field log: java.lang.String
|
||||
private field resumeIndex: int
|
||||
@@ -17,15 +18,15 @@ public final class CoroutineUtilKt {
|
||||
}
|
||||
|
||||
|
||||
public final class DispatchResumeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function2): java.lang.String
|
||||
}
|
||||
|
||||
|
||||
public final class EmptyContinuation {
|
||||
public final static field INSTANCE: EmptyContinuation
|
||||
private method <init>(): void
|
||||
public method resume(@org.jetbrains.annotations.Nullable p0: java.lang.Object): void
|
||||
public method resumeWithException(@org.jetbrains.annotations.NotNull p0: java.lang.Throwable): void
|
||||
}
|
||||
|
||||
|
||||
public final class InterceptResumeKt {
|
||||
public final static @org.jetbrains.annotations.NotNull method box(): java.lang.String
|
||||
public final static @org.jetbrains.annotations.NotNull method test(@org.jetbrains.annotations.NotNull p0: kotlin.jvm.functions.Function2): java.lang.String
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user