We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9713fa2 commit fa87f20Copy full SHA for fa87f20
core/src/main/kotlin/org/jetbrains/kotlinx/dataframe/impl/codeGen/ReplCodeGeneratorImpl.kt
@@ -33,7 +33,7 @@ internal class ReplCodeGeneratorImpl : ReplCodeGenerator {
33
34
private val generatedMarkers = mutableMapOf<String, Marker>()
35
36
- private val generator: CodeGenerator = CodeGeneratorImpl()
+ private val generator: CodeGenerator = CodeGenerator.create(useFqNames = false)
37
38
private fun getMarkerClass(type: KType): KClass<*>? =
39
when (type.classifier) {
0 commit comments