Test for KT-7134 Command line entry point (main function is highlighted as unused)

#KT-7134 obsolete
This commit is contained in:
Evgeny Gerashchenko
2015-07-09 16:51:03 +03:00
parent e3c5e2eca2
commit 1cf433909b
5 changed files with 26 additions and 0 deletions
@@ -0,0 +1,2 @@
<problems>
</problems>
@@ -0,0 +1 @@
// INSPECTION_CLASS: org.jetbrains.kotlin.idea.inspections.UnusedSymbolInspection
+3
View File
@@ -0,0 +1,3 @@
fun main(args: Array<String>) {
}