ad929a6577
#KT-6472 In Progress
11 lines
93 B
Plaintext
11 lines
93 B
Plaintext
class Foo {
|
|
fun foo() {
|
|
|
|
}
|
|
}
|
|
|
|
class FooTest : TestCase {
|
|
fun testFoo() {
|
|
|
|
}
|
|
} |