0df5d5158d
#KT-38297 Fixed
11 lines
93 B
Plaintext
11 lines
93 B
Plaintext
class Foo {
|
|
fun foo() {
|
|
|
|
}
|
|
}
|
|
|
|
class FooTest : TestCase {
|
|
fun testFoo() {
|
|
|
|
}
|
|
} |