Kotlin / kotlin-koans

Kotlin workshop
MIT License
2.6k stars 1.41k forks source link

Imports for assert() methods #43

Closed dkandalov closed 8 years ago

dkandalov commented 8 years ago

Is there a reason why assert methods are not imported in koans, e.g. Assert.assertEquals(...) instead of assertEquals(...)? If there is no particular reason, is it worth making a pull request?

svtk commented 8 years ago

No special reason. Changed to direct function imports.