Skip to content

Commit

Permalink
back to green
Browse files Browse the repository at this point in the history
  • Loading branch information
MauricioUyaguari committed Nov 21, 2024
1 parent 4f1a434 commit 3e4f5ee
Show file tree
Hide file tree
Showing 20 changed files with 1,024 additions and 128 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,14 @@
"lowerBound": 1,
"upperBound": 1
},
"returnType": "meta::pure::tds::TabularDataSet"
"returnGenericType": {
"rawType": {
"_type": "packageableType",
"fullPath": "meta::pure::tds::TabularDataSet"
},
"typeArguments": [],
"typeVariableValues": []
}
},
"classifierPath": "meta::pure::metamodel::function::ConcreteFunctionDefinition"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,14 @@
"lowerBound": 1,
"upperBound": 1
},
"returnType": "meta::pure::tds::TabularDataSet"
"returnGenericType": {
"rawType": {
"_type": "packageableType",
"fullPath": "meta::pure::tds::TabularDataSet"
},
"typeArguments": [],
"typeVariableValues": []
}
},
"classifierPath": "meta::pure::metamodel::function::ConcreteFunctionDefinition"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,14 @@
"parameters": [
{
"_type": "var",
"class": "String",
"genericType": {
"rawType": {
"_type": "packageableType",
"fullPath": "String"
},
"typeArguments": [],
"typeVariableValues": []
},
"multiplicity": {
"lowerBound": 1,
"upperBound": 1
Expand All @@ -325,7 +332,14 @@
},
{
"_type": "var",
"class": "String",
"genericType": {
"rawType": {
"_type": "packageableType",
"fullPath": "String"
},
"typeArguments": [],
"typeVariableValues": []
},
"multiplicity": {
"lowerBound": 1,
"upperBound": 1
Expand Down Expand Up @@ -633,7 +647,14 @@
},
{
"_type": "var",
"class": "String",
"genericType": {
"rawType": {
"_type": "packageableType",
"fullPath": "String"
},
"typeArguments": [],
"typeVariableValues": []
},
"multiplicity": {
"lowerBound": 1,
"upperBound": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,14 @@
"lowerBound": 1,
"upperBound": 1
},
"returnType": "Integer"
"returnGenericType": {
"rawType": {
"_type": "packageableType",
"fullPath": "Integer"
},
"typeArguments": [],
"typeVariableValues": []
}
}
],
"superTypes": ["ui::test1::Animal"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,14 @@
"lowerBound": 1,
"upperBound": 1
},
"returnType": "Integer"
"returnGenericType": {
"rawType": {
"_type": "packageableType",
"fullPath": "Integer"
},
"typeArguments": [],
"typeVariableValues": []
}
}
],
"superTypes": ["ui::test1::Animal"],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,14 @@
"parameters": [
{
"_type": "var",
"class": "model::Firm",
"genericType": {
"rawType": {
"_type": "packageableType",
"fullPath": "model::Firm"
},
"typeArguments": [],
"typeVariableValues": []
},
"multiplicity": {
"lowerBound": 1,
"upperBound": 1
Expand All @@ -194,23 +201,44 @@
},
{
"_type": "var",
"class": "model::Firm",
"genericType": {
"rawType": {
"_type": "packageableType",
"fullPath": "model::Firm"
},
"typeArguments": [],
"typeVariableValues": []
},
"multiplicity": {
"lowerBound": 0
},
"name": "many"
},
{
"_type": "var",
"class": "model::Firm",
"genericType": {
"rawType": {
"_type": "packageableType",
"fullPath": "model::Firm"
},
"typeArguments": [],
"typeVariableValues": []
},
"multiplicity": {
"lowerBound": 1
},
"name": "oneMany"
},
{
"_type": "var",
"class": "String",
"genericType": {
"rawType": {
"_type": "packageableType",
"fullPath": "String"
},
"typeArguments": [],
"typeVariableValues": []
},
"multiplicity": {
"lowerBound": 1,
"upperBound": 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,14 @@ export const TEST_DATA__OverloadedFunctionsRoundtrip = [
parameters: [
{
_type: 'var',
class: 'String',
genericType: {
rawType: {
_type: 'packageableType',
fullPath: 'String',
},
typeArguments: [],
typeVariableValues: [],
},
multiplicity: {
lowerBound: 1,
upperBound: 1,
Expand Down
Loading

0 comments on commit 3e4f5ee

Please sign in to comment.