fun some() { val b = """ |hello """.trimMargin() } //----- fun some() { val b = """ | |hello """.trimMargin() }