mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Kotlin: Fix SafeCastConversionContext QLL
This commit is contained in:
@@ -126,7 +126,7 @@ class CastConversionContext extends ConversionSite {
|
||||
class SafeCastConversionContext extends ConversionSite {
|
||||
SafeCastExpr c;
|
||||
|
||||
CastConversionContext() { this = c.getExpr() }
|
||||
SafeCastConversionContext() { this = c.getExpr() }
|
||||
|
||||
override Type getConversionTarget() { result = c.getType() }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user