Move built-ins from package "jet" to "kotlin"
#KT-2896 Fixed
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
package kotlin
|
||||
|
||||
/**
|
||||
* Nothing has no instances
|
||||
*/
|
||||
public class Nothing private () {}
|
||||
Reference in New Issue
Block a user