Source representations for Any and Nothing. These sources are to be shown in the IDE

This commit is contained in:
Andrey Breslav
2012-05-08 04:05:10 +04:00
committed by Evgeny Gerashchenko
parent 2dba348ecb
commit 647a5455e1
2 changed files with 9 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
package jet
public open class Any() {}
@@ -0,0 +1,6 @@
package jet
/**
* Nothing has no instances
*/
public class Nothing private () {}