Skip to content

Commit

Permalink
feat: <SCALA> add parameters for class for scala
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Feb 14, 2020
1 parent b36f839 commit 6431e34
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ open class CodeDataStruct(
var Annotations: Array<CodeAnnotation> = arrayOf<CodeAnnotation>(),
var FunctionCalls: Array<CodeCall> = arrayOf<CodeCall>(),

@Deprecated(message = "looking for constructor method for SCALA")
var Parameters: Array<CodeProperty> = arrayOf(), // for Scala

@Deprecated(message = "need to figure why")
var InOutProperties: Array<CodeProperty> = arrayOf<CodeProperty>(),

Expand Down

0 comments on commit 6431e34

Please # to comment.