diff options
Diffstat (limited to 'example/src/main/kotlin/OtherTest.kt')
-rw-r--r-- | example/src/main/kotlin/OtherTest.kt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/example/src/main/kotlin/OtherTest.kt b/example/src/main/kotlin/OtherTest.kt new file mode 100644 index 0000000..fe31a16 --- /dev/null +++ b/example/src/main/kotlin/OtherTest.kt @@ -0,0 +1,6 @@ +package moe.nea.mcautotranslations.example + +class OtherTest { + + fun testFunc(x: Int, y: Text) = tr("other-test.test-func", "Hello $y: $x") +} |