Skip to content

Commit a07ec7b

Browse files
Kotlin: restore future-version diagnostic test
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 624ea59 commit a07ec7b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

java/ql/integration-tests/kotlin/all-platforms/diagnostics/kotlin-version-too-new/diagnostics.expected

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"markdownMessage": "The Kotlin version installed (`2.4.20`) is too recent for this version of CodeQL. Install a version lower than 2.4.20.",
2+
"markdownMessage": "The Kotlin version installed (`999.999.999`) is too recent for this version of CodeQL. Install a version lower than 2.4.30.",
33
"severity": "error",
44
"source": {
55
"extractorName": "java",

java/ql/integration-tests/kotlin/all-platforms/diagnostics/kotlin-version-too-new/fake-kotlinc-source/kotlin/KotlinVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
public class KotlinVersion {
44

5-
public static String CURRENT = "2.4.20";
5+
public static String CURRENT = "999.999.999";
66

77
}

0 commit comments

Comments
 (0)