aboutsummaryrefslogtreecommitdiff
path: root/core/testdata/format/multiplatform/omitRedundant/jvm.kt
blob: 35e3c08d52eddff3ae81e900c539d9a5dccb0d0c (plain)
1
2
3
4
5
6
7
8
9
10
11
package foo

/**
 * This is a foo.
 */
class Foo {
    fun jvm() {
    }

    val propJvm = "abc"
}