mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Kotlin: Fixes for 2.0.20-Beta2
This commit is contained in:
@@ -1511,6 +1511,8 @@ open class KotlinUsesExtractor(
|
||||
}
|
||||
}
|
||||
}
|
||||
is IrDynamicType -> {}
|
||||
is IrErrorType -> {}
|
||||
}
|
||||
return t
|
||||
}
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
package com.github.codeql.utils.versions
|
||||
|
||||
import org.jetbrains.kotlin.ir.types.IrSimpleType
|
||||
|
||||
fun getKotlinType(s: IrSimpleType) = s.originalKotlinType
|
||||
Reference in New Issue
Block a user