Skip to content

Commit

Permalink
Add private types. Fixes #2950
Browse files Browse the repository at this point in the history
  • Loading branch information
Ary Borenszweig committed Sep 9, 2016
1 parent 7cd0fa6 commit acb9a41
Show file tree
Hide file tree
Showing 15 changed files with 507 additions and 187 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require "../../spec_helper"
require "tempfile"

describe "Codegen: private def" do
describe "Codegen: private" do
it "codegens private def in same file" do
compiler = Compiler.new
sources = [
Expand Down
139 changes: 0 additions & 139 deletions spec/compiler/semantic/private_def_spec.cr

This file was deleted.

Loading

0 comments on commit acb9a41

Please sign in to comment.