DEBSOURCES
Skip Quicknav
sources / kotlin / 1.3.31%2Bds1-1 / idea / resources / intentionDescriptions / KotlinCreateTestIntention / after.kt.template
1234567891011
class Foo { fun foo() { } } class FooTest : TestCase { fun testFoo() { } }