New J2K: add hack for incorrect comment parsing in J2K (KT-16845)
#KT-33825 fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
public class Foo {
|
||||
/*/
|
||||
/*/
|
||||
public void foo(){
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
class Foo {
|
||||
/*/
|
||||
/ */
|
||||
fun foo() {}
|
||||
}
|
||||
Reference in New Issue
Block a user