Fix test data after introducing overloads #KT-15630

This commit is contained in:
Ilya Gorbunov
2017-01-10 21:49:36 +03:00
parent 076a94f7f2
commit dcd7f3eb57
6 changed files with 6 additions and 4 deletions
@@ -92,7 +92,7 @@ FILE /classLevelProperties.kt
PROPERTY public final var test8: kotlin.Int
FIELD DELEGATE val `test8$delegate`: java.util.HashMap<kotlin.String, kotlin.Int>
EXPRESSION_BODY
CALL 'hashMapOf(vararg Pair<String, Int>): HashMap<String, Int>' type=java.util.HashMap<kotlin.String, kotlin.Int> origin=null
CALL 'hashMapOf(): HashMap<String, Int>' type=java.util.HashMap<kotlin.String, kotlin.Int> origin=null
<K>: String
<V>: Int
FUN DELEGATED_PROPERTY_ACCESSOR public final fun <get-test8>(): kotlin.Int