mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 00:20:55 +07:00
11 lines
354 B
Kotlin
11 lines
354 B
Kotlin
package com.intellij.codeInspection.tests.kotlin
|
|
|
|
import com.intellij.idea.IgnoreJUnit3
|
|
import org.jetbrains.kotlin.idea.base.plugin.KotlinPluginMode
|
|
import org.junit.Ignore
|
|
|
|
@Ignore
|
|
@IgnoreJUnit3
|
|
class K2SystemGetPropertyInspectionTest : KotlinSystemGetPropertyInspectionTest() {
|
|
override val pluginMode: KotlinPluginMode get() = KotlinPluginMode.K2
|
|
} |