mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
7 lines
296 B
Java
7 lines
296 B
Java
// Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.
|
|
package com.intellij.codeInsight;
|
|
|
|
public class JavaSelectWordTest extends AbstractBasicJavaSelectWordTest {
|
|
public void testWithFolding() { doTest("java", true, true); }
|
|
}
|