8 lines
223 B
Plaintext
Vendored
8 lines
223 B
Plaintext
Vendored
FILE: StringTemplate.kt
|
|
public abstract interface IC : R|kotlin/Any| {
|
|
public open fun toString(x: R|kotlin/String|): R|kotlin/String| {
|
|
^toString <strcat>(String(IC), R|<local>/x|)
|
|
}
|
|
|
|
}
|