tryToSolveType
abstract fun tryToSolveType(name: String): SymbolReference<ResolvedReferenceTypeDeclaration>(source)
Try to solve the type with the given name. It always return a SymbolReference which can be solved or unsolved.
Try to solve the type with the given name. It always return a SymbolReference which can be solved or unsolved.