[FIR/IR generator] Replace getTypeWithArguments with a property

The `notNull` of that method was never used.
This commit is contained in:
Sergej Jaskiewicz
2023-10-19 18:16:37 +02:00
committed by Space Team
parent de4e39906c
commit f2bb988e68
12 changed files with 27 additions and 27 deletions
@@ -19,9 +19,8 @@ private object InferredOverriddenType : TypeRefWithNullability {
override val packageName: String?
get() = null
override fun getTypeWithArguments(notNull: Boolean): String {
error("not supported")
}
override val typeWithArguments: String
get() = error("not supported")
override fun substitute(map: TypeParameterSubstitutionMap) = this