From 1d993a7099e102233125b210f54da4c33854f2e7 Mon Sep 17 00:00:00 2001 From: odersky Date: Tue, 28 May 2024 18:40:55 +0200 Subject: [PATCH] Add test for #20484 --- tests/pos/i20484.scala | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/pos/i20484.scala diff --git a/tests/pos/i20484.scala b/tests/pos/i20484.scala new file mode 100644 index 000000000000..2f02e6206101 --- /dev/null +++ b/tests/pos/i20484.scala @@ -0,0 +1,3 @@ +given Int = ??? +given Char = ??? +val a = summon[Int] \ No newline at end of file