angryziber / kotlin-puzzlers

A collection of Kotlin Puzzlers
422 stars 58 forks source link

Mistakes in syntax/strings/dollarInMultilineLiterals/Rationale.md #29

Closed Miha-x64 closed 7 years ago

Miha-x64 commented 7 years ago

This rationale contains these problems: 1) double import (import import); 2) """$dollarHome""" looks to kotlinc like an attempt to interpolate dollarHome variable, which does not exist.