test Kotlin with renamed imports

This commit is contained in:
Alan Hamlett 2018-03-13 09:27:51 -07:00
parent 8f62162c2a
commit ba47b8ccfc
2 changed files with 5 additions and 1 deletions

View file

@ -13,6 +13,8 @@ package ${package}
</#if>
import delta.io.*
import echo.Foxtrot as Golf
import hotel
class MainActivity : AppCompatActivity() {