comment added
This commit is contained in:
@@ -34,6 +34,10 @@ public interface TypeConstructor extends Annotated {
|
|||||||
|
|
||||||
boolean isSealed();
|
boolean isSealed();
|
||||||
|
|
||||||
|
/**
|
||||||
|
* If the type is non-denotable, it can't be written in code directly, it only can appear internally inside a type checker.
|
||||||
|
* Examples: intersection type or number value type.
|
||||||
|
*/
|
||||||
boolean isDenotable();
|
boolean isDenotable();
|
||||||
|
|
||||||
@Nullable
|
@Nullable
|
||||||
|
|||||||
Reference in New Issue
Block a user