comment added
This commit is contained in:
@@ -34,6 +34,10 @@ public interface TypeConstructor extends Annotated {
|
||||
|
||||
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();
|
||||
|
||||
@Nullable
|
||||
|
||||
Reference in New Issue
Block a user