mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-13 14:36:58 +07:00
Fixes IDEA-362013 Stream.of should not be highlighted because it's not a preview feature GitOrigin-RevId: 0818188d2e5ae25916c0433dfe976c808eebf869
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();
|
|
} |