mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-31 11:39:21 +07:00
Fixes IDEA-362013 Stream.of should not be highlighted because it's not a preview feature (cherry picked from commit 0818188d2e5ae25916c0433dfe976c808eebf869) IJ-CR-151174 GitOrigin-RevId: c81154ec031a4da1ef432831628fe93537ce599b
6 lines
166 B
Java
6 lines
166 B
Java
package com.mycom;
|
|
|
|
public interface PreviewFeatureMethod {
|
|
@jdk.internal.PreviewFeature(feature = jdk.internal.PreviewFeature.Feature.SEALED_CLASSES)
|
|
void f();
|
|
} |