fix
This commit is contained in:
committed by
Pavel V. Talanov
parent
34dfcef978
commit
5932eb3539
@@ -2,5 +2,5 @@ package org.jetbrains.jet.j2k.ast
|
||||
|
||||
|
||||
public open class DummyStringExpression(val string: String): Expression() {
|
||||
public override fun toKotlin() = string
|
||||
public override fun toKotlin(): String = string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user