Source representations for Any and Nothing. These sources are to be shown in the IDE
This commit is contained in:
committed by
Evgeny Gerashchenko
parent
2dba348ecb
commit
647a5455e1
@@ -0,0 +1,3 @@
|
|||||||
|
package jet
|
||||||
|
|
||||||
|
public open class Any() {}
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
package jet
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Nothing has no instances
|
||||||
|
*/
|
||||||
|
public class Nothing private () {}
|
||||||
Reference in New Issue
Block a user