summaryrefslogblamecommitdiff
path: root/test/files/run/t8610.check
blob: b3ab7a9cefcf7e05ec5c744e9db4316d90203d64 (plain) (tree)
1
2
3
4
5
6
7






                                                                                                    
t8610.scala:6: warning: Adapting argument list by creating a 2-tuple: this may not be what you want.
        signature: X.f(p: (Int, Int)): Int
  given arguments: 3, 4
 after adaptation: X.f((3, 4): (Int, Int))
  def g = f(3, 4)       // adapted
           ^
Hi, $name