remove unused KotlinParser code
This commit is contained in:
parent
ba47b8ccfc
commit
fcdc60afa1
3 changed files with 6 additions and 15 deletions
|
@ -14,7 +14,7 @@ package ${package}
|
|||
|
||||
import delta.io.*
|
||||
import echo.Foxtrot as Golf
|
||||
import hotel
|
||||
import h
|
||||
|
||||
class MainActivity : AppCompatActivity() {
|
||||
|
||||
|
|
|
@ -456,7 +456,7 @@ class DependenciesTestCase(TestCase):
|
|||
'bravo.charlie',
|
||||
'delta.io',
|
||||
'echo.Foxtrot',
|
||||
'hotel',
|
||||
'h',
|
||||
],
|
||||
expected_language='Kotlin',
|
||||
expected_lines=24,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue