Change test class name

This commit is contained in:
Tony Torralba
2022-05-25 12:57:04 +02:00
parent 3b60a1c3bc
commit 78fcdd22db

View File

@@ -1,6 +1,6 @@
import android.text.Editable
class TestWidget {
class TestWidgetKt {
fun source() : Editable? { return null }
fun sink(sink : String) {}