Skip to content

Commit f6c2f6b

Browse files
committed
polymorph
1 parent e5b670d commit f6c2f6b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

TestVectors/runtimes/net/Generated/TestVectors/TypeConversion.cs

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -379,11 +379,11 @@ public static software.amazon.cryptography.materialproviders.internaldafny.types
379379
// Therefore it defers to the dependant module for conversion
380380
return AWS.Cryptography.MaterialProviders.TypeConversion.ToDafny_N3_aws__N12_cryptography__N17_materialProviders__S16_KeyringReference(value);
381381
}
382+
383+
[Obsolete]
382384
public static System.Collections.Generic.Dictionary<string, string> FromDafny_N3_aws__N12_cryptography__N17_materialProviders__S17_EncryptionContext(Dafny.IMap<Dafny.ISequence<byte>, Dafny.ISequence<byte>> value)
383385
{
384-
return value.ItemEnumerable.ToDictionary(pair => FromDafny_N3_aws__N12_cryptography__N17_materialProvider
385-
[Obsolete]
386-
s__S17_EncryptionContext__M3_key(pair.Car), pair => FromDafny_N3_aws__N12_cryptography__N17_materialProviders__S17_EncryptionContext__M5_value(pair.Cdr));
386+
return value.ItemEnumerable.ToDictionary(pair => FromDafny_N3_aws__N12_cryptography__N17_materialProviders__S17_EncryptionContext__M3_key(pair.Car), pair => FromDafny_N3_aws__N12_cryptography__N17_materialProviders__S17_EncryptionContext__M5_value(pair.Cdr));
387387
}
388388
public static Dafny.IMap<Dafny.ISequence<byte>, Dafny.ISequence<byte>> ToDafny_N3_aws__N12_cryptography__N17_materialProviders__S17_EncryptionContext(System.Collections.Generic.Dictionary<string, string> value)
389389
{
@@ -507,6 +507,8 @@ public static Dafny.ISequence<byte> ToDafny_N3_aws__N12_cryptography__N17_materi
507507
*/
508508
}
509509

510+
[Obsolete]
511+
510512
[Obsolete]
511513
public static string FromDafny_N3_aws__N12_cryptography__N17_materialProviders__S17_EncryptionContext__M5_value(Dafny.ISequence<byte> value)
512514
{

0 commit comments

Comments
 (0)