Unit.VALUE -> Unit in code.
This commit is contained in:
@@ -71,7 +71,7 @@ public fun JetElement.getDebugText(): String? {
|
||||
}
|
||||
return "package " + fqName.asString()
|
||||
}
|
||||
return accept(DebugTextBuildingVisitor, Unit.VALUE)
|
||||
return accept(DebugTextBuildingVisitor, Unit)
|
||||
}
|
||||
|
||||
|
||||
@@ -341,4 +341,4 @@ private fun StringBuilder.appendInn(target: Any?, prefix: String = "", suffix: S
|
||||
else -> target.toString()
|
||||
})
|
||||
append(suffix)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user