File tree Expand file tree Collapse file tree 3 files changed +24
-0
lines changed
java/kotlin-extractor/src/main/kotlin/utils/versions Expand file tree Collapse file tree 3 files changed +24
-0
lines changed Original file line number Diff line number Diff line change
1
+ package com.github.codeql.utils.versions
2
+
3
+ import org.jetbrains.kotlin.ir.types.IrType
4
+ import org.jetbrains.kotlin.ir.types.withHasQuestionMark
5
+
6
+ fun IrType.codeQlWithHasQuestionMark (b : Boolean ): IrType {
7
+ return this .withHasQuestionMark(b)
8
+ }
Original file line number Diff line number Diff line change
1
+ package com.github.codeql.utils.versions
2
+
3
+ import org.jetbrains.kotlin.ir.types.IrType
4
+ import org.jetbrains.kotlin.ir.types.withHasQuestionMark
5
+
6
+ fun IrType.codeQlWithHasQuestionMark (b : Boolean ): IrType {
7
+ return this .withHasQuestionMark(b)
8
+ }
Original file line number Diff line number Diff line change
1
+ package com.github.codeql.utils.versions
2
+
3
+ import org.jetbrains.kotlin.ir.types.IrType
4
+ import org.jetbrains.kotlin.ir.types.withHasQuestionMark
5
+
6
+ fun IrType.codeQlWithHasQuestionMark (b : Boolean ): IrType {
7
+ return this .withHasQuestionMark(b)
8
+ }
You can’t perform that action at this time.
0 commit comments