New J2K: add hack for incorrect comment parsing in J2K (KT-16845)

#KT-33825 fixed
This commit is contained in:
Ilya Kirillov
2019-10-02 13:51:03 +03:00
parent 008b916755
commit 81341e3fd3
4 changed files with 21 additions and 1 deletions
@@ -0,0 +1,6 @@
public class Foo {
/*/
/*/
public void foo(){
}
}
@@ -0,0 +1,5 @@
class Foo {
/*/
/ */
fun foo() {}
}