One more test

This commit is contained in:
Valentin Kipyatkov
2017-09-19 16:50:57 +03:00
parent 69f74b2a51
commit 28e2683146
4 changed files with 22 additions and 0 deletions
@@ -0,0 +1,6 @@
import dependency.AnObject
import dependency.extProp
fun foo() {
AnObject.extProp()
}