[FIR] Link some tests with issues

Just in case.

^KT-59874
This commit is contained in:
Nikolay Lunyak
2023-11-01 12:06:53 +02:00
committed by Space Team
parent 41c5934d4e
commit 425d5e808b
44 changed files with 50 additions and 6 deletions
@@ -1,3 +1,5 @@
// ISSUE: KT-56744
fun castInTry(s: Any) {
try {
s as String // Potential cast exception
@@ -1,3 +1,5 @@
// ISSUE: KT-56744
fun castInTry(s: Any) {
try {
s as String // Potential cast exception
@@ -1,3 +1,4 @@
// ISSUE: KT-56744
// DUMP_CFG
interface A {
@@ -1,3 +1,4 @@
// ISSUE: KT-56744
// DUMP_CFG
interface A {
@@ -1,3 +1,5 @@
// ISSUE: KT-56744
fun castInTry(s: Any) {
try {
s as String // Potential cast exception
@@ -1,3 +1,5 @@
// ISSUE: KT-56744
fun castInTry(s: Any) {
try {
s as String // Potential cast exception
@@ -1,3 +1,4 @@
// ISSUE: KT-56744
// !LANGUAGE: +SafeCastCheckBoundSmartCasts
interface SomeClass {
val data: Any?
@@ -1,3 +1,4 @@
// ISSUE: KT-56744
// !LANGUAGE: +SafeCastCheckBoundSmartCasts
interface SomeClass {
val data: Any?
@@ -1,4 +1,4 @@
// ISSUE: KT-44802
// ISSUES: KT-44802, KT-56744
// INFERENCE_HELPERS
// FILE: foo/PackagePrivateInterface.java
@@ -1,4 +1,4 @@
// ISSUE: KT-44802
// ISSUES: KT-44802, KT-56744
// INFERENCE_HELPERS
// FILE: foo/PackagePrivateInterface.java
@@ -1,5 +1,5 @@
// INFERENCE_HELPERS
// ISSUE: KT-44802
// ISSUES: KT-44802, KT-56744
// FILE: a.kt
package foo
@@ -1,5 +1,5 @@
// INFERENCE_HELPERS
// ISSUE: KT-44802
// ISSUES: KT-44802, KT-56744
// FILE: a.kt
package foo
@@ -1,3 +1,4 @@
// ISSUE: KT-56744
// SKIP_TXT
fun test() {
@@ -1,3 +1,4 @@
// ISSUE: KT-56744
// SKIP_TXT
fun test() {