aboutsummaryrefslogtreecommitdiff
path: root/example/src/main/kotlin/OtherTest.kt
blob: fe31a1663f751682b23d3d70f571d8e408687e33 (plain)
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")
}