From 99294cfdae99730c151e6e727a32be142ff22218 Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Tue, 21 Jan 2020 10:47:05 +0100 Subject: [PATCH] Minor, fix test data TypeCastException was unresolved after an accidental change in f48bdc1fcb. --- compiler/testData/codegen/boxInline/reified/checkCast/simple.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/testData/codegen/boxInline/reified/checkCast/simple.kt b/compiler/testData/codegen/boxInline/reified/checkCast/simple.kt index f76f0bbbeb4..ead101bc931 100644 --- a/compiler/testData/codegen/boxInline/reified/checkCast/simple.kt +++ b/compiler/testData/codegen/boxInline/reified/checkCast/simple.kt @@ -1,4 +1,5 @@ // FILE: 1.kt +// WITH_RUNTIME package test class A