Tests fixed after visibility changing
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// this test checks it does it properly
|
||||
|
||||
trait Foo<P> {
|
||||
fun quux(p: P, q: Int = 17) = 18
|
||||
fun quux(p: P, q: Int = 17) : Int = 18
|
||||
}
|
||||
|
||||
trait Bar<Q> : Foo<Q>
|
||||
|
||||
Reference in New Issue
Block a user