author | wenzelm |
Fri, 22 Aug 2025 21:42:22 +0200 | |
changeset 83033 | 1ac7cc481c4f |
parent 83032 | a29b383ad733 |
child 83034 | e8b463e1d060 |
--- a/src/Pure/General/untyped.scala Fri Aug 22 16:33:37 2025 +0200 +++ b/src/Pure/General/untyped.scala Fri Aug 22 21:42:22 2025 +0200 @@ -17,7 +17,7 @@ con } - def the_constructor[C](c: Class[C]): Constructor[C] = { + def the_constructor[C](c: Class[C]): Constructor[C] = { c.getDeclaredConstructors().toList match { case List(con) => con.setAccessible(true)