Refactor tests and activate them for working with JS
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package testing
|
||||
|
||||
// Should show java names by short name
|
||||
class Hello() {
|
||||
fun test() {
|
||||
val a : S<caret>
|
||||
}
|
||||
}
|
||||
|
||||
// TIME: 2
|
||||
// EXIST: SortedMap, Short, Socket
|
||||
// ABSENT: hashSetOf
|
||||
Reference in New Issue
Block a user