07ff53d456
otherwise I have to rollback dozens of files after using sed that follows conventions
5 lines
61 B
Plaintext
5 lines
61 B
Plaintext
fun foo(a : #(Int, String)) {
|
|
a._1 : Int
|
|
a._2 : String
|
|
}
|