type converters, use namespace for Hover

This commit is contained in:
Johannes Rieken
2018-05-04 18:31:55 +02:00
parent c47296282a
commit 781520cbe1
3 changed files with 12 additions and 10 deletions

View File

@@ -200,7 +200,7 @@ class HoverAdapter {
value.range = new Range(pos, pos);
}
return typeConvert.fromHover(value);
return typeConvert.Hover.from(value);
});
}
}