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