Created
November 29, 2016 07:32
-
-
Save NN---/1978ca7559d0e03abd41ac3ebec16d0d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
class A | |
{ | |
public static @:(a: A) : int { 0 } // implicit | |
public static @:>(a: A) : int { 2 } // explicit | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment