Update test data of compiler tests, except IR tests

This commit is contained in:
Ilmir Usmanov
2018-08-28 16:00:54 +03:00
committed by Ilya Gorbunov
parent 23c945b002
commit 2d04acba42
11 changed files with 40 additions and 40 deletions

View File

@@ -1,7 +1,7 @@
public final class A {
public final void foo(@org.jetbrains.annotations.Nullable P p1, @org.jetbrains.annotations.Nullable P p2) { /* compiled code */ }
public final void foo(@org.jetbrains.annotations.NotNull kotlin.jvm.functions.Function4<? super RS,? super P,? super P,? super kotlin.coroutines.experimental.Continuation<? super kotlin.Unit>,? extends java.lang.Object> listener) { /* compiled code */ }
public final void foo(@org.jetbrains.annotations.NotNull kotlin.jvm.functions.Function4<? super RS,? super P,? super P,? super kotlin.coroutines.Continuation<? super kotlin.Unit>,? extends java.lang.Object> listener) { /* compiled code */ }
public A() { /* compiled code */ }
}
}