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>
|
||||
|
||||
import delta.io.*
|
||||
import echo.Foxtrot as Golf
|
||||
import hotel
|
||||
|
||||
class MainActivity : AppCompatActivity() {
|
||||
|
||||
|
|
|
@ -455,8 +455,10 @@ class DependenciesTestCase(TestCase):
|
|||
'alpha.time',
|
||||
'bravo.charlie',
|
||||
'delta.io',
|
||||
'echo.Foxtrot',
|
||||
'hotel',
|
||||
],
|
||||
expected_language='Kotlin',
|
||||
expected_lines=22,
|
||||
expected_lines=24,
|
||||
entity='kotlin.kt',
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue