blob: fd0e61b6e2f565b4b4330dbdd1e854a3eb72dbdd [file] [log] [blame]
package test
class A(val b: Int, var c: String, justParam: Int) {
}