Better test

This commit is contained in:
Valentin Kipyatkov
2015-08-24 19:00:56 +03:00
parent fd34ff3239
commit 6c46e3ec02
3 changed files with 11 additions and 11 deletions
@@ -1,5 +1,5 @@
package some
fun foo() = 12
fun fooImported() = 12
fun fooNotImported() = 12
fun foo2Imported() = 12
fun foo1NotImported() = 12