Skip to content

Instantly share code, notes, and snippets.

@joseoliv
Created June 24, 2019 03:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joseoliv/89d7bc1a1d5a359ac37e722e8be7846d to your computer and use it in GitHub Desktop.
Save joseoliv/89d7bc1a1d5a359ac37e722e8be7846d to your computer and use it in GitHub Desktop.
SubOverrideTest
package main
object SubOverrideTest extends metaobjectTest.OverrideTest
override
func withdraw: Int amount { super withdraw: amount }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment