Kotlin: Fixes for 2.0.20-Beta2

This commit is contained in:
Ian Lynagh
2024-07-11 16:06:11 +01:00
parent 06cc74f3aa
commit 91dd99d7a6
2 changed files with 7 additions and 0 deletions

View File

@@ -1511,6 +1511,8 @@ open class KotlinUsesExtractor(
}
}
}
is IrDynamicType -> {}
is IrErrorType -> {}
}
return t
}

View File

@@ -0,0 +1,5 @@
package com.github.codeql.utils.versions
import org.jetbrains.kotlin.ir.types.IrSimpleType
fun getKotlinType(s: IrSimpleType) = s.originalKotlinType