angryziber / kotlin-puzzlers

A collection of Kotlin Puzzlers
422 stars 58 forks source link

Redid the dolar-in-multiline-literal puzzler with multiple files #19

Open voddan opened 7 years ago

voddan commented 7 years ago

Multiple test files are necessary since not all variants compile. The intended use is to show the options, ask what options will at all compile, then check files option-*.kts one by one.

One option would be to have a test framework like JUnit to run those files and report the results simultaneously.