J2K: convert comments inside qualified expression correctly
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package test
|
||||
|
||||
object Test {
|
||||
@JvmStatic fun main(args: Array<String>) {
|
||||
println()// Comment
|
||||
|
||||
Test.foo()// Comment1
|
||||
.indexOf("s")// Comment2
|
||||
}
|
||||
|
||||
fun foo(): String {
|
||||
return ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user