Skip to content

Commit

Permalink
Merge pull request #1197 from Unity-Technologies/fix-add-mising-coded…
Browse files Browse the repository at this point in the history
…om-unityaot

Put dummy types used in ProcessImportedType in the proper namespace
  • Loading branch information
Joshua Peterson authored Jun 21, 2019
2 parents 876c538 + b831e4d commit fbed6eb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mcs/class/System/System.CodeDom/CodeCompileUnit.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
#if UNITY_AOT

namespace System.CodeDom
{

public class CodeCompileUnit
{
}

}

#endif
5 changes: 5 additions & 0 deletions mcs/class/System/System.CodeDom/CodeTypeDeclaration.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
#if UNITY_AOT

namespace System.CodeDom
{

public class CodeTypeDeclaration
{
}

}

#endif

0 comments on commit fbed6eb

Please sign in to comment.