Upgrade BuiltInsReferenceResolverTest

This commit is contained in:
Pavel V. Talanov
2015-12-10 17:12:26 +03:00
parent ef134ffb1b
commit ddde372fad
10 changed files with 74 additions and 47 deletions
+4 -2
View File
@@ -1,2 +1,4 @@
val x = 5.<ref>toString()
//kotlin/Any.kt:toString
val x = 5.<caret>toString()
// BINARY: kotlin/Any.kotlin_class
// SRC: kotlin/Any.kt
// TARGET: (in kotlin.Any).toString()