remove unused KotlinParser code

This commit is contained in:
Alan Hamlett 2018-03-13 09:36:51 -07:00
parent ba47b8ccfc
commit fcdc60afa1
3 changed files with 6 additions and 15 deletions

View file

@ -14,7 +14,7 @@ package ${package}
import delta.io.*
import echo.Foxtrot as Golf
import hotel
import h
class MainActivity : AppCompatActivity() {

View file

@ -456,7 +456,7 @@ class DependenciesTestCase(TestCase):
'bravo.charlie',
'delta.io',
'echo.Foxtrot',
'hotel',
'h',
],
expected_language='Kotlin',
expected_lines=24,