KT-482 Support nested comments: comments nest properly, but strings are not accounted for inside comments
#KT-482 In progress
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
fun doo() {
|
||||
/*/b
|
||||
// */
|
||||
b
|
||||
/**/
|
||||
b
|
||||
/* */
|
||||
b
|
||||
/*/**/*/
|
||||
b
|
||||
/***/
|
||||
b
|
||||
/**/***/*/
|
||||
b
|
||||
/** /**
|
||||
|
||||
*/***/
|
||||
b
|
||||
}
|
||||
Reference in New Issue
Block a user