7 lines
84 B
Kotlin
7 lines
84 B
Kotlin
package jet
|
|
|
|
/**
|
|
* Nothing has no instances
|
|
*/
|
|
public class Nothing private () {}
|