Fix codegen & bytecode tests after unifying exceptions in JVM backend
See KT-22275 for details
This commit is contained in:
+4
-4
@@ -32,7 +32,7 @@ internal fun bar(a: A<String, Int>, b: B<String>, c: C) {
|
||||
}
|
||||
|
||||
// @JavaMultipleSubstitutionsKt.class
|
||||
// 3 checkExpressionValueIsNotNull
|
||||
// 0 checkNotNullExpressionValue
|
||||
// 3 checkParameterIsNotNull
|
||||
// 0 checkNotNullParameter
|
||||
// 0 checkExpressionValueIsNotNull
|
||||
// 3 checkNotNullExpressionValue
|
||||
// 0 checkParameterIsNotNull
|
||||
// 3 checkNotNullParameter
|
||||
|
||||
Reference in New Issue
Block a user