Skip to content

Commit 3f3d378

Browse files
jDramaixcopybara-github
authored andcommitted
[KT] Remove unused isExtensionStringPlus extension property in J2clInlineFunctionResolver
PiperOrigin-RevId: 886767644
1 parent 29d34d3 commit 3f3d378

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

transpiler/java/com/google/j2cl/transpiler/frontend/kotlin/lower/J2clInlineFunctionResolver.kt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ internal class J2clInlineFunctionResolver(private val context: J2clBackendContex
5050
expression.symbol.isCoroutineContextGetter()
5151
}
5252

53-
private val IrFunctionSymbol.isExtensionStringPlus: Boolean
54-
get() = this == context.irBuiltIns.extensionStringPlus
55-
5653
private fun IrFunctionSymbol.isCoroutineContextGetter(): Boolean =
5754
context.intrinsics.isCoroutineContextGetterCall(this)
5855
}

0 commit comments

Comments
 (0)