Removing usages of tuples from test data
(KT-2358 Drop tuples) #KT-2358 In progress
This commit is contained in:
@@ -6,6 +6,6 @@ fun foo() {
|
||||
}
|
||||
|
||||
// main.kt
|
||||
//public val <1>globalVal : #(Int, String) = #(239, "239")
|
||||
//public val <1>globalVal : Pair<Int, String> = Pair(239, "239")
|
||||
//
|
||||
//public val <2>globalValWithGetter : Long
|
||||
Reference in New Issue
Block a user