KT-19390: Fix char + String in Java is converted to code with multiple type errors in Kotlin (#1235)
#KT-19390 Fixed
This commit is contained in:
committed by
Simon Ogorodnik
parent
1e940bde01
commit
2be27d5380
@@ -0,0 +1,7 @@
|
||||
class CharToString {
|
||||
private val value: String? = null
|
||||
|
||||
fun test(): String {
|
||||
return '"'.toString() + value + '"'.toString()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user