From 2dac366dbc54b7ccd05dd6eb50b0d78171f53c59 Mon Sep 17 00:00:00 2001 From: Pavel Kunyavskiy Date: Tue, 24 May 2022 14:34:10 +0200 Subject: [PATCH] [K/N] Temporary disable privateSuperType test for native ^KT-52498 --- .../codegen/box/compileKotlinAgainstKotlin/privateSuperType.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/privateSuperType.kt b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/privateSuperType.kt index 0b2ed182583..64a6bcf6ffb 100644 --- a/compiler/testData/codegen/box/compileKotlinAgainstKotlin/privateSuperType.kt +++ b/compiler/testData/codegen/box/compileKotlinAgainstKotlin/privateSuperType.kt @@ -1,3 +1,4 @@ +// IGNORE_BACKEND: NATIVE // MODULE: lib // FILE: Z.kt package z