test Kotlin with renamed imports
This commit is contained in:
parent
8f62162c2a
commit
ba47b8ccfc
2 changed files with 5 additions and 1 deletions
|
@ -13,6 +13,8 @@ package ${package}
|
||||||
</#if>
|
</#if>
|
||||||
|
|
||||||
import delta.io.*
|
import delta.io.*
|
||||||
|
import echo.Foxtrot as Golf
|
||||||
|
import hotel
|
||||||
|
|
||||||
class MainActivity : AppCompatActivity() {
|
class MainActivity : AppCompatActivity() {
|
||||||
|
|
||||||
|
|
|
@ -455,8 +455,10 @@ class DependenciesTestCase(TestCase):
|
||||||
'alpha.time',
|
'alpha.time',
|
||||||
'bravo.charlie',
|
'bravo.charlie',
|
||||||
'delta.io',
|
'delta.io',
|
||||||
|
'echo.Foxtrot',
|
||||||
|
'hotel',
|
||||||
],
|
],
|
||||||
expected_language='Kotlin',
|
expected_language='Kotlin',
|
||||||
expected_lines=22,
|
expected_lines=24,
|
||||||
entity='kotlin.kt',
|
entity='kotlin.kt',
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue