lib/tapioca/dsl/compiler.rb in tapioca-0.7.1 vs lib/tapioca/dsl/compiler.rb in tapioca-0.7.2
- old
+ new
@@ -15,10 +15,10 @@
extend T::Generic
include Runtime::Reflection
extend Runtime::Reflection
- ConstantType = type_member(upper: Module)
+ ConstantType = type_member { { upper: Module } }
abstract!
sig { returns(ConstantType) }
attr_reader :constant