KotlinGoToTest: test go to for builtIn classes and functions

This commit is contained in:
Pavel V. Talanov
2015-12-09 14:55:36 +03:00
parent 7e6bed7ad8
commit 2e971b13aa
5 changed files with 40 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
// RUNTIME_WITH_SOURCES
// CHECK_BOX
// SEARCH_TEXT: Any
// REF: (kotlin).Any
+5
View File
@@ -0,0 +1,5 @@
// RUNTIME_WITH_SOURCES
// CHECK_BOX
// SEARCH_TEXT: Int
// ALLOW_MORE_RESULTS
// REF: (kotlin).Int
@@ -0,0 +1,5 @@
// RUNTIME_WITH_SOURCES
// CHECK_BOX
// SEARCH_TEXT: arrayOfNulls
// ALLOW_MORE_RESULTS
// REF: (kotlin).arrayOfNulls(kotlin.Int)