AnyClass is not defined in libswift

I need to do

override class func layerClass() -> AnyClass {
	return CAShapeLayer.self
  }

How to do this in silver?

// This worked
override class func layerClass() -> Class! {
    return CAShapeLayer.self
}

Sounds like a bug, will add.

Fixed for the next beta. Thanx!