Remove deprecated marker for JVM debugging in Kotlin code (KT-23886)

#KT-23886 Fixed
This commit is contained in:
Nikolay Krasko
2018-04-19 20:05:21 +03:00
parent b6699d7522
commit 846a1a0179
@@ -61,9 +61,4 @@ public class KotlinFileType extends LanguageFileType {
public Icon getIcon() {
return myIcon.getValue();
}
@Override
public boolean isJVMDebuggingSupported() {
return true;
}
}