1 2 3 4 5 6
package moe.nea.mcautotranslations.example class OtherTest { fun testFunc(x: Int, y: Text) = tr("other-test.test-func", "Hello $y: $x") }