// 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); } }