[FIR/IR generator] Replace getTypeWithArguments with a property
The `notNull` of that method was never used.
This commit is contained in:
committed by
Space Team
parent
de4e39906c
commit
f2bb988e68
+2
-3
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user