Skip to content

Commit

Permalink
Clean tests
Browse files Browse the repository at this point in the history
Shame on me, forgot to remove "debugging" code
  • Loading branch information
AleksandrSl authored and Alexander Slepchenkov committed May 3, 2019
1 parent d43ca9f commit c66826e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fun main() {
class B(val k: String) {
override fun toString(): String = "${super.toString()}, ${super.hashCode().toString()}, k=$k"

@Suppress("RemoveCurlyBracesFromTemplate", "Shit")
@Suppress("RemoveCurlyBracesFromTemplate")
val a
get() = "${s0}"
}
Expand Down

0 comments on commit c66826e

Please sign in to comment.