Misc: Configure stdlib in failing tests
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
// WITH_RUNTIME
|
||||
// NAME: Middle
|
||||
|
||||
open class Parent(open val bad: String) {
|
||||
|
||||
+1
@@ -1,3 +1,4 @@
|
||||
// WITH_RUNTIME
|
||||
// NAME: Middle
|
||||
|
||||
open class Parent(open val bad: String) {
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
// WITH_RUNTIME
|
||||
// SIBLING:
|
||||
fun foo(list: <caret>List<(String?) -> Boolean>) {
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
typealias NullableStringToBooleanList = List<(String?) -> Boolean>
|
||||
|
||||
// WITH_RUNTIME
|
||||
// SIBLING:
|
||||
fun foo(list: NullableStringToBooleanList) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user