blob: 7a39ce1b1bd47fc854beb50cc0bfa65cd81f3b40 [file] [log] [blame]
class TestClass(val prop2: (Int, String) -> Unit = { a: Int, b: String -> }) {
}