Added test for "import packages" code style setting

This commit is contained in:
Valentin Kipyatkov
2015-04-10 18:57:52 +03:00
parent 0f9858bb75
commit 04b2bdcc79
5 changed files with 18 additions and 0 deletions
@@ -0,0 +1,5 @@
// IMPORT_PACKAGES: false
fun foo(array: Array<String>){}
val v: <selection>java.lang.reflect.Array</selection>
@@ -0,0 +1,5 @@
// IMPORT_PACKAGES: false
fun foo(array: Array<String>){}
val v: java.lang.reflect.Array