Created
November 3, 2019 03:18
-
-
Save patrickcousins/5da71b8c0bd7c0d55eeb75fd5be15d1a 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
@Test | |
fun over65() { | |
val person = Person("test", 70) | |
assertTrue(person.over65()) | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment