Skip to content

Commit 9b1c983

Browse files
committed
Fixed bug introduced in for new keyword
1 parent 9bea1a1 commit 9b1c983

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lua/solution/parser.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
-- require("solution.solution")
2-
local Solution = require("solution.solution")
3-
local SolutionHeader = require("solution.solution_header")
2+
local Solution = require("solution.solution").Solution
3+
local SolutionHeader = require("solution.solution_header").SolutionHeader
44
local M = {}
55

66
local project_types = require("solution.project_types")

0 commit comments

Comments
 (0)