mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
#IDEA-354810 Fixed (cherry picked from commit d29d3256472dfe368161335732ded20ae95cf34e) IJ-MR-140910 GitOrigin-RevId: 0a9b3cae7aab473f732012ad91b4e67f97ff8697
8 lines
409 B
Kotlin
8 lines
409 B
Kotlin
// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
|
|
package com.intellij.codeInspection.tests.kotlin
|
|
|
|
import org.jetbrains.kotlin.idea.base.plugin.KotlinPluginMode
|
|
|
|
class K1UnstableApiUsageInspectionTest : KotlinUnstableApiUsageInspectionTest() {
|
|
override val pluginMode: KotlinPluginMode get() = KotlinPluginMode.K1
|
|
} |